bitkeeper revision 1.1159.175.2 (419aac910pa0nMHuaLaEOWmKvC9JVg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Nov 2004 01:42:41 +0000 (01:42 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Nov 2004 01:42:41 +0000 (01:42 +0000)
waste 4 bytes to avoid #ifdef ugliness

linux-2.6.9-xen-sparse/drivers/char/tty_io.c

index c524a5c13a88cc3599f1d78a62943d1bcfd2abb6..32e28717f8280db3cce703e44188db881d33d443 100644 (file)
@@ -131,9 +131,8 @@ LIST_HEAD(tty_drivers);                     /* linked list of tty drivers */
    vt.c for deeply disgusting hack reasons */
 DECLARE_MUTEX(tty_sem);
 
-#ifdef CONFIG_VT
 int console_use_vt = 1;
-#endif
+
 #ifdef CONFIG_UNIX98_PTYS
 extern struct tty_driver *ptm_driver;  /* Unix98 pty masters; for /dev/ptmx */
 extern int pty_limit;          /* Config limit on Unix98 ptys */